-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: export Y18N class #136
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
signed of by Laura Vanlaningham
dopry:chore/exportY18N.diff
([email protected])
@bcoe who should I contact about reviewing and merging this PR? |
@dopry thanks for the patch, I will do my best to land soon. |
@bcoe hey do you need me to rebase this or anything? I'm still running on a fork and would really like to get back on upstream. |
@dopry my bad, I lost track of this. It looks like this potentialy breaks the ESM exports unfortunately, any ideas? |
allows users to explicitly construct their Y18N instance with their own choice of shim.
6c76ee0
to
6ec4924
Compare
It looks like I needed to leave out the opts interface in the CJS file. JS doesn't understand interfaces. It should pass now. |
not off hand. I'm busy on other projects for the foreseeable. |
allows users to explicitly construct their Y18N instance with their
own choice of shim.